Include Earthcache and Event in cache types for garmin -Sn mode.
authorrobertl <robertl>
Sun, 25 Feb 2007 23:18:44 +0000 (23:18 +0000)
committerrobertl <robertl>
Sun, 25 Feb 2007 23:18:44 +0000 (23:18 +0000)
garmin.c

index 69d906a4097280a68dd9f215aabe22c361a42245..51517774b6e79ca0adf8608d9ce89b9edb8273cc 100644 (file)
--- a/garmin.c
+++ b/garmin.c
@@ -582,6 +582,8 @@ get_gc_info(waypoint *wpt)
                if (wpt->gc_data.type == gt_virtual) return  "V ";
                if (wpt->gc_data.type == gt_unknown) return  "? ";
                if (wpt->gc_data.type == gt_multi) return  "Mlt ";
+               if (wpt->gc_data.type == gt_earth) return  "EC ";
+               if (wpt->gc_data.type == gt_event) return  "Ev ";
                if (wpt->gc_data.container == gc_micro) return  "M ";
                if (wpt->gc_data.container == gc_small) return  "S ";
        }